-- DProvides standard functionality for custom buttons
-- used to control Quicktime video sprites
-- v1 - 14 October 1998 by Darrel Plant
-- 3 February 2000 Added isOKToAttach and resolve handlers. Removed
-- redundant error checking. Added new mErrorAlert
-- handler from James Newton. - Karl Miller
on getBehaviorDescription
return \
"QT CONTROL BUTTON" & RETURN & RETURN & \
"Use this behavior to make almost any sprite into a control button for Quicktime video sprites. " & \
"Standard controls available through this behavior are Play, Stop/Pause, Rewind to beginning, Jump to End, Fast Forward (2x) and Fast backward (2x). " & \
"Drag behavior onto a sprite, select the Quicktime sprite to control, and which action the button will perform." & RETURN & RETURN & \
"PARAMETERS:" & RETURN & \
" - which Quicktime video sprite to control" & RETURN & \